home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / pascal / mystic.zip / READ.ME < prev    next >
Text File  |  1986-03-25  |  1KB  |  41 lines

  1. Version 1.6 new features.
  2.  
  3.     The current Mystic Pascal version 1.5 does not support these
  4. more advanced features of the Pascal language.  These features will
  5. be added to version 1.6 which is available for a shipping charge of
  6. $3.00. (see ORDER.FRM).  The estimated completion date for 1.6 is
  7. May 1986.
  8.  
  9. 1. these standard procedures and functions
  10.     GET, PUT, ARCTAN, LN, EXP, NEW, DISPOSE
  11.  
  12. 2. these non-standard procedures and functions
  13.     INTSTR, STRINT, REALSTR, STRREAL, UPCASE, PRIORITY,
  14.     QUEUE, SEND, RECEIVE
  15.  
  16. 3. advanced data types
  17.     sets, scalars, subranges
  18.     variant records -- basic records are supported in 1.5
  19.  
  20. 4. F8 help windows - procedures & functions
  21.  
  22. 5. EXE file create
  23.  
  24. 6. Version 1.6 will also add these major enhancements
  25.     - 8087 support
  26.     - graphics support
  27.     - enhanced editor
  28.  
  29.  
  30. --------------- RECENT ADDITIONS TO MYSTIC PASCAL ---------------
  31.  
  32. 1. HEX function
  33.  
  34. HEX( expression )
  35.  
  36.     The Hex function converts expressions to printable hexadecimal
  37. Ascii characters.  Integer expressions are displayed in natural rather
  38. than byte reverse format.  All other expression types are displayed
  39. as their memory image.  The result type of Hex is a character string.
  40.  
  41.